home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / ucvko / nsUCvKOCID.h
Encoding:
C/C++ Source or Header  |  2006-05-08  |  4.3 KB  |  107 lines

  1. /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Mozilla Public License Version
  6.  * 1.1 (the "License"); you may not use this file except in compliance with
  7.  * the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/MPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is Mozilla Communicator client code.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either of the GNU General Public License Version 2 or later (the "GPL"),
  26.  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the MPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the MPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. #ifndef nsUCvKOCID_h___
  39. #define nsUCvKOCID_h___
  40.  
  41. #include "nsISupports.h"
  42.  
  43. // Class ID for our EUCKRToUnicode charset converter
  44. // {379C2775-EC77-11d2-8AAC-00600811A836}
  45. #define NS_EUCKRTOUNICODE_CID \
  46.   { 0x379c2775, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
  47.  
  48. // Class ID for our ISO2022KRToUnicode charset converter
  49. // {BA61519f-1DFA-11d3-B3BF-00805F8A6670}
  50. #define NS_ISO2022KRTOUNICODE_CID \
  51.   { 0xba61519f, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  52.  
  53. // Class ID for our UnicodeToEUCKR charset converter
  54. // {379C2778-EC77-11d2-8AAC-00600811A836}
  55. #define NS_UNICODETOEUCKR_CID \
  56.   { 0x379c2778, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
  57.  
  58. // Class ID for our UnicodeToISO2022KR charset converter
  59. // {BA6151A0-1DFA-11d3-B3BF-00805F8A6670}
  60. #define NS_UNICODETOISO2022KR_CID \
  61.   { 0xba6151a0, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  62.  
  63. #ifdef MOZ_EXTRA_X11CONVERTERS
  64. // Class ID for our UnicodeToKSC5601 charset converter
  65. // {BA615194-1DFA-11d3-B3BF-00805F8A6670}
  66. #define NS_UNICODETOKSC5601_CID \
  67.   { 0xba615194, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  68. #endif
  69.  
  70. // Class ID for our UnicodeToCP949 charset converter
  71. #define NS_UNICODETOCP949_CID \
  72.   { 0x9416bfbe, 0x1f93, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  73.  
  74. // Class ID for our CP949ToUnicode charset converter
  75. #define NS_CP949TOUNICODE_CID \
  76.   { 0x9416bfbf, 0x1f93, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  77.  
  78. #ifdef MOZ_EXTRA_X11CONVERTERS
  79. // Class ID for our UnicodeToX11Johab charset converter
  80. #define NS_UNICODETOX11JOHAB_CID \
  81.   { 0x21dd6a01, 0x413c, 0x11d3, {0xb3, 0xc3, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  82. #endif
  83.  
  84. // Class ID for our UnicodeToJohab charset converter
  85. // {D9B1F97E-CFA0-80b6-FB92-9972E48E3DCC}
  86. #define NS_UNICODETOJOHAB_CID \
  87.   { 0xd9b1f97e, 0xcfa0, 0x80b6,  {0xfb, 0x92, 0x99, 0x72, 0xe4, 0x8e, 0x3d, 0xcc}} 
  88.  
  89. // Class ID for our JohabToUnicode charset converter
  90. // {D9B1F97F-CFA0-80b6-FB92-9972E48E3DCC}
  91. #define NS_JOHABTOUNICODE_CID \
  92.   { 0xd9b1f97f, 0xcfa0, 0x80b6,  {0xfb, 0x92, 0x99, 0x72, 0xe4, 0x8e, 0x3d, 0xcc}} 
  93.  
  94. #ifdef MOZ_EXTRA_X11CONVERTERS
  95. // Class ID for our UnicodeToJohabNoAscii charset converter
  96. // {7090544B-C885-4c52-95F8-3C8F0C2FDE67}
  97. #define NS_UNICODETOJOHABNOASCII_CID \
  98.   { 0x7090544b, 0xc885, 0x4c52, {0x95, 0xf8, 0x3c, 0x8f, 0xc, 0x2f, 0xde, 0x67}}
  99. #endif
  100.  
  101. // Class ID for our UnicodeToJamoTTF charset converter
  102. // {47433d1d-d9a7-4954-994f-f7a05cf87c2e}
  103. #define NS_UNICODETOJAMOTTF_CID \
  104.   { 0x47433d1d, 0xd9a7, 0x4954, {0x99, 0x4f, 0xf7, 0xa0, 0x5c, 0xf8, 0x7c, 0x2e}}
  105.  
  106. #endif /* nsUCvKOCID_h___ */
  107.